@charset "utf-8";
/*** 
	首页样式表
	color: #0d61ae;
	color: #ffa200 ;
	color: #376ae6;

 ***/

body {}

/* 首页板块 */
.index-column-box {
	padding: 30px 0;
}


/* 轮播图 */
.index-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
	left: 1%;
	right: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
	right: 1%;
	left: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	border-radius: 3px;
	background-size: 24px auto;
	background-color: inherit;
}

.index-banner .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 5%;
}

.swiper-container-horizontal>.swiper-pagination-bullets>* {
	background: #fff;
}


/* 关于正兴 */
.index-gyzx-box {
	background: url(../img/about-bg.jpg) no-repeat top center / cover;
}

.index-gyzx {}

.index-gyzx-left {
	margin-left: 35%;
	padding-left: 50px;
}

.index-gyzx {}

.index-gyzx .title {
	color: #0d61ae;
	font-size: 26px;
	font-weight: bold;
}

.index-gyzx .title2 {
	font-size: 20px;
	color: #666;
	margin: 10px 0 20px;
}

.index-gyzx .box .info {
	font-size: 14px;
	line-height: 2em;
	margin: 15px auto;
	text-indent: 2em;
}

.index-gyzx .box .info a {
	color: #3779b9;
}

.shuju-box {
	display: flex;
}

.shuju-box .item {
	text-align: center;
	margin-right: 60px;
}

.shuju-box .item .shuzhi {
	color: #ffa200;
	font-size: 40px;
	font-family: 'num2';
	line-height: 1;
}

.shuju-box .item sup {
	color: #ffa200;
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: -1em;
}

.shuju-box .item .name {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}


/* 产品展示 */
.index-cpzs-box {
	background: #e7f0f7;
}


.index-cpzs {
	display: flex;
	justify-content: space-between;
}

.index-cpzs-left {
	width: 17%;
	background: url(../img/cp-nav-bg.png) no-repeat bottom left / 100%;
}

.cpzs-nav {
	text-align: left;
	width: 100%;
}

.cpzs-nav a {
	font-size: 20px;
	color: #666;
	line-height: 3.5em;
	display: block;
	background: #fff;
	width: 100%;
	text-align: center;
}

.cpzs-nav a~a {
	margin-top: 15px;
}

.cpzs-nav a.focus {
	color: #fff;
	background: #3779b9;
}


.cpzs-list-box {
	width: 78%;
}

.cpzs-list-box .tab-box2 .cpzs-list {
	display: flex;
	flex-wrap: wrap;
}

.cpzs-list .box {
	display: block;
	position: relative;
	width: 18%;
	color: #fff;
	background: #fff;
	padding: 20px;
	margin-right: 2%;
	font-size: 14px;
}

.cpzs-list .box:nth-child(5n) {
	margin-right: 0;
}

.cpzs-list .box:nth-child(5)~.box {
	margin-top: 2%;
}


.cpzs-list .pic {
	padding-bottom: 100%;
}

.cpzs-list .text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	background: rgba(13, 97, 194, 0.7);
	transition: 0.5s;
	padding: 10px;
	text-align: center;
}


/* 合作伙伴 */
.index-hzhb-box {}

.index-hzhb {
	display: flex;
	flex-wrap: wrap;
}

.index-hzhb .item {
	width: 10.75%;
	margin-right: 2%;
}

.index-hzhb .item:nth-child(8n) {
	margin-right: 0;
}

.index-hzhb .item:nth-child(8)~.item {
	margin-top: 2%;
}

.index-hzhb .item .box {
	display: block;
	border: solid 1px #ccc;
}

.index-hzhb .item .pic {
	padding-bottom: 50%;
}




/* 新闻资讯 */
.index-news-box {}

.index-news-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 50px;
}

.index-news-top .column-title {
	text-align: left;
	margin-bottom: 0px;
}

.index-news-top .index-news-nav {
	display: flex;
	align-items: center;
}

.index-news-top .index-news-nav a {
	font-size: 20px;
	width: 8em;
	line-height: 2.5em;
	border-radius: 2.5em;
	margin-left: 20px;
	background: #fff;
	text-align: center;
	color: #333;
	transition: 0.5s;
	box-shadow: 0 0 10px #ccc;
}

.index-news-top .index-news-nav a.focus {
	background: #0d61ae;
	color: #fff;
}

.c-news {
	width: 630px;
	display: flex;
	justify-content: space-between;
	float: left;
}

.c-news .item {
	display: block;
	width: 300px;
}

.c-news .item .box {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}


.c-news .item .box .pic {
	padding-bottom: 75%;
}

.c-news .item .box .text {
	margin-top: 20px;
}

.c-news .box:hover .text .title {
	color: #0d61ae;
}

.c-news .item .box .text .time {
	font-size: 14px;
	font-weight: normal;
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: normal;
	margin-top: 20px;
}

.c-news .item .box .text .time p+p {
	color: #0d61ae;
}

.c-news .item .box .text .info {
	font-size: 14px;
	opacity: 0.7;
	line-height: 1.75em;
	font-weight: normal;
	margin: 20px 0;
}




.news-list {
	float: right;
	width: 740px;
	border: solid 1px #ccc;
}

.news-list .item~.item {
	border-top: solid 1px #ccc;
}


.news-list .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #333;
	padding: 30px;
}

.news-list .box .time {
	color: #666;
	text-align: center;
	font-family: 'num2';
	margin-right: 30px;
	padding-right: 30px;
	border-right: solid 1px #ccc;
}

.news-list .box .time p {
	font-size: 40px;
}

.news-list .box .time p+p {
	font-size: 16px;
	opacity: 0.5;
}

.news-list .box .text {
	width: calc(100% - 61px);
}

.news-list .box .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.news-list .box:hover .title {
	color: #0d61ae;
}
